home *** CD-ROM | disk | FTP | other *** search
/ Network Toolbox (Professional Edition) / tradetouch-network-toolbox-professional-edition.iso / news server tool / upiserver.exe / _setup.1 / UPIServer.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt
Text File  |  1999-06-16  |  2KB  |  109 lines

  1. object Splash: TSplash
  2.   Left = 263
  3.   Top = 131
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 158
  7.   ClientWidth = 347
  8.   Color = clWhite
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 347
  22.     Height = 158
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     BevelWidth = 3
  26.     BorderWidth = 3
  27.     BorderStyle = bsSingle
  28.     Color = clWhite
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 2
  32.       Top = 59
  33.       Width = 338
  34.       Height = 29
  35.       Alignment = taCenter
  36.       AutoSize = False
  37.       Caption = 'Keeping You Informed'
  38.       Font.Color = clBlack
  39.       Font.Height = -24
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.     end
  44.     object Label2: TLabel
  45.       Left = 2
  46.       Top = 86
  47.       Width = 338
  48.       Height = 16
  49.       Alignment = taCenter
  50.       AutoSize = False
  51.       Caption = 'by Internet Software Solutions'
  52.       Font.Color = clNavy
  53.       Font.Height = -13
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.     end
  58.     object Title: TLabel
  59.       Left = 4
  60.       Top = 7
  61.       Width = 336
  62.       Height = 55
  63.       Alignment = taCenter
  64.       AutoSize = False
  65.       Caption = 'UPI News Client'
  66.       Font.Color = clNavy
  67.       Font.Height = -35
  68.       Font.Name = 'Times New Roman'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       WordWrap = True
  72.     end
  73.     object Copyright: TLabel
  74.       Left = 2
  75.       Top = 132
  76.       Width = 338
  77.       Height = 14
  78.       Alignment = taCenter
  79.       AutoSize = False
  80.       Caption = 'Copyright 1998  All Rights Reserved'
  81.       Font.Color = clBlack
  82.       Font.Height = -11
  83.       Font.Name = 'Arial'
  84.       Font.Style = []
  85.       ParentFont = False
  86.     end
  87.     object RegName: TLabel
  88.       Left = 2
  89.       Top = 104
  90.       Width = 338
  91.       Height = 24
  92.       Alignment = taCenter
  93.       AutoSize = False
  94.       Caption = 'Demo Expires'
  95.       Font.Color = clRed
  96.       Font.Height = -13
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = [fsBold]
  99.       ParentFont = False
  100.     end
  101.   end
  102.   object Timer1: TTimer
  103.     Interval = 5000
  104.     OnTimer = Timer1Timer
  105.     Left = 6
  106.     Top = 137
  107.   end
  108. end
  109.